home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 27 / develop issue 27 code / 3d game controls / source / event.h < prev    next >
Encoding:
Text File  |  1996-06-29  |  505 b   |  15 lines

  1. //--------------------------------------------------------------------------------------------
  2. //  Event Declarations
  3. //
  4. //      by Philip McBride
  5. //
  6. //--------------------------------------------------------------------------------------------
  7.  
  8. void     EventLoop(void);
  9. void     DoEvent(EventRecord *theEvent);
  10. void     HandleKeyPress(EventRecord *event);
  11. void     HandleAboutApp( void );
  12. OSErr    HandleOpenDoc(FSSpec *theFile);
  13. void     HandleMenuCommand(long menuResult);
  14. void     HandleMouseDown(EventRecord *theEvent);
  15.